Information:
------------
This is the Zelda ALttP Room Transfer. Cause Hyrule Magic lacks the possibility to expand the data for rooms (objects, sprites and so on) and especially edit the rooms 296-319, this tool was written to merge ROM files. You can edit rooms in seperate files and put all together in one after editing. Therefore you can also move rooms behind Hyrule Magics possibilities (296-319). The new data is written at offset 0x1F8000 (beginning of bank 0x3F). Make sure there is no data at that place. To understand the dungeon data take a look in PuzzleDude's DungeonData.txt (within this zip-file). The only things you should keep in mind is that entrances must be set in by yourself with Hyrule Magic, they are not copied/extended. Furthermore the rooms 296-319 can only be used for indoor transitions. You can't set them use as dungeon entrances or starting rooms, cause Hyrule Magic won't let you do this. But it will let you use numbers above 295 for indoor transitions ("More"-Button within Hyrule Magic when editing a room - but ONLY at rooms above 255). After using the room transfer the resulting ROM becomes uneditable with Hyrule Magic, so always use this tool as the last one before testing and only temporary. Better delete whitespaces in your rom filename.


Usage:
------
Run command prompt in Windows first.

1.)
command:
RT.exe ROM.smc

	--> Will make a copy of the rom with all room data moved to the end and save it under the new name "_[name of rom]"

Example command:
RT.exe Zelda3.smc
------


2.)
command:
RT.exe SourceROM.smc DestinationROM.smc

	--> Will copy all rooms from source rom into destination rom and save it under the new name "_[name of destination rom]"

Example command:
RT.exe Zelda3.smc Zelda3hack.smc
------


3.)
command:
RT.exe SourceROM.smc DestinationROM.smc SrcRoom1-DestRoom1-SrcRoom2-DestRoom2-....-....

	--> Will copy specified rooms from source rom into destination rom and save it under the new name "_[name of destination rom]"

Example commands:
RT.exe Zelda3.smc Zelda3hack.smc 98-101
RT.exe Zelda3.smc Zelda3hack.smc 98-101-54-76-32-68


	
Credits:
--------
Coded by XaserLE
Thanks goes to PuzzleDude for his detailed dungeon data document.
